object FormEdicionElementosAnalizables: TFormEdicionElementosAnalizables Left = 297 Top = 183 BorderIcons = [biSystemMenu] BorderStyle = bsSingle Caption = 'Selecci�n de elementos' ClientHeight = 252 ClientWidth = 459 Color = 14215660 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] Icon.Data = {} OldCreateOrder = False Position = poScreenCenter Scaled = False OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Label2: TLabel Left = 14 Top = 37 Width = 343 Height = 13 AutoSize = False Caption = 'Lista de elementos a analizar:' Transparent = True end object Label1: TLabel Left = 14 Top = 13 Width = 431 Height = 13 AutoSize = False Caption = 'Selecciona los elementos que quieres analizar con esta tarea y a' + '��delos en la lista.' Constraints.MinWidth = 425 Transparent = True end object m_PLVElementosAnalizables: TPlaListView Left = 14 Top = 53 Width = 345 Height = 144 Color = clWhite CheckBoxes = False Columns = < item Width = 330 end> DragCursor = crDrag DragMode = dmManual HideSelection = True MultiSelect = False ParentColor = False ShowColumnHeaders = False TabOrder = 0 TabStop = True OnChange = PLVElementosAnalizablesChange Data = {000100000000FE} end object BtnAnadir: TPlaButton Left = 375 Top = 53 Width = 73 Height = 21 HelpContext = 137 Caption = 'A�adir...' TabOrder = 1 OnClick = BtnAnadirClick Default = True end object BtnQuitar: TPlaButton Left = 375 Top = 81 Width = 73 Height = 21 HelpContext = 138 Caption = 'Quitar' TabOrder = 2 OnClick = BtnQuitarClick end object BtnAcceptar: TPlaButton Left = 293 Top = 220 Width = 73 Height = 21 Anchors = [akRight, akBottom] Caption = '&Aceptar' TabOrder = 3 ModalResult = 1 end object BtnCancelar: TPlaButton Left = 375 Top = 220 Width = 73 Height = 21 Anchors = [akRight, akBottom] Caption = '&Cancelar' TabOrder = 4 Cancel = True ModalResult = 2 end end